Anthropic Reconstructs the Claude Code Project Function: Multi-threaded Parallel Task Execution
Anthropic reconstructs Claude Code and introduces a multi-threaded parallel collaboration mechanism. Users only need to describe the project goal, and the coordinator will split the task into multiple independent threads, which run in separate cloud sessions. Users can track progress in real-time through the main chat room or individual threads, and mobile support is also available; threads can independently submit pull requests and run tests. During execution, Claude continuously builds shared memory between threads, and the project library centrally collects user-uploaded files.